home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8"?>
- <!--AviSynth plugin description version 1.1-->
- <plugin name="AudioGraph">
- <description />
- <filters>
- <filter name="AudioGraph" category="Misc Plugins" helpfile="audiograph" type="clip">
- <description>Displays the audio waveform on top of the video.</description>
- <colorspaces>
- <colorspace>yuy2</colorspace>
- <colorspace>rgb</colorspace>
- </colorspaces>
- <parameters>
- <parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="True" paramList="False">
- <description />
- <items />
- </parameter>
- <parameter name="frames_either_side" type="int" default="" max="0" min="0" step="0" optional="False" paramList="False">
- <description>The number of frames, either side of the current frame, which should be graphed.</description>
- <items />
- </parameter>
- </parameters>
- </filter>
- </filters>
- </plugin>